home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing;
-
- import java.awt.Component;
- import java.awt.Dimension;
-
- public class JToolBar$Separator extends Component {
- // $FF: synthetic field
- JToolBar this$0;
-
- // $FF: synthetic method
- public JToolBar$Separator(JToolBar this$0) {
- this.this$0 = this$0;
- }
-
- public Dimension getMinimumSize() {
- return new Dimension(10, 5);
- }
-
- public Dimension getMaximumSize() {
- return new Dimension(10, 5);
- }
-
- public Dimension getPreferredSize() {
- return new Dimension(10, 5);
- }
- }
-